﻿2026-07-27T01:41:03.7723837Z ##[group]Run actions/checkout@v5
2026-07-27T01:41:03.7724331Z with:
2026-07-27T01:41:03.7724688Z   repository: BigscreenVR/spt-bs-core
2026-07-27T01:41:03.7727758Z   token: ***
2026-07-27T01:41:03.7728067Z   ssh-strict: true
2026-07-27T01:41:03.7728417Z   ssh-user: git
2026-07-27T01:41:03.7728838Z   persist-credentials: true
2026-07-27T01:41:03.7729180Z   clean: true
2026-07-27T01:41:03.7729529Z   sparse-checkout-cone-mode: true
2026-07-27T01:41:03.7730054Z   fetch-depth: 1
2026-07-27T01:41:03.7730353Z   fetch-tags: false
2026-07-27T01:41:03.7730683Z   show-progress: true
2026-07-27T01:41:03.7730987Z   lfs: false
2026-07-27T01:41:03.7731268Z   submodules: false
2026-07-27T01:41:03.7731645Z   set-safe-directory: true
2026-07-27T01:41:03.7732032Z   allow-unsafe-pr-checkout: false
2026-07-27T01:41:03.7732391Z env:
2026-07-27T01:41:03.7732680Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-27T01:41:03.7733052Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-27T01:41:03.7733406Z ##[endgroup]
2026-07-27T01:41:03.9558706Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T01:41:03.9559957Z ##[group]Getting Git version info
2026-07-27T01:41:03.9560573Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T01:41:03.9819195Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T01:41:04.0022761Z git version 2.43.0.windows.1
2026-07-27T01:41:04.0045477Z ##[endgroup]
2026-07-27T01:41:04.0053119Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6feafc77-a619-4a43-ab0b-947e36165bf5\.gitconfig'
2026-07-27T01:41:04.0067020Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6feafc77-a619-4a43-ab0b-947e36165bf5' before making global git config changes
2026-07-27T01:41:04.0067949Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T01:41:04.0072057Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T01:41:04.0311171Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T01:41:04.0517734Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T01:41:04.0543328Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T01:41:04.0547563Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T01:41:04.0755993Z HEAD
2026-07-27T01:41:04.1010969Z ##[endgroup]
2026-07-27T01:41:04.1014697Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T01:41:04.4702562Z ##[group]Cleaning the repository
2026-07-27T01:41:04.4706600Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T01:41:05.9332046Z Removing target/
2026-07-27T01:41:05.9364150Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T01:41:05.9999450Z HEAD is now at 5a425216 Merge dd7f89edfee5c64b2cc680c467451e9a42d2760d into 12555b462f7ee2bed9149aae95036a00b37e2f9a
2026-07-27T01:41:06.0030612Z ##[endgroup]
2026-07-27T01:41:06.0037049Z ##[group]Disabling automatic garbage collection
2026-07-27T01:41:06.0045027Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T01:41:06.0316955Z ##[endgroup]
2026-07-27T01:41:06.0317567Z ##[group]Setting up auth
2026-07-27T01:41:06.0324995Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T01:41:06.0623490Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T01:41:06.4615311Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T01:41:06.4912060Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T01:41:06.9457586Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T01:41:06.9774098Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T01:41:07.4332749Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T01:41:07.4682165Z ##[endgroup]
2026-07-27T01:41:07.4682802Z ##[group]Fetching the repository
2026-07-27T01:41:07.4689706Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5a42521655028efa7a3c1452c76a1e1cba5e6aaf:refs/remotes/pull/90/merge
2026-07-27T01:41:08.1623943Z ##[endgroup]
2026-07-27T01:41:08.1624344Z ##[group]Determining the checkout info
2026-07-27T01:41:08.1624761Z ##[endgroup]
2026-07-27T01:41:08.1630807Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T01:41:08.1933755Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T01:41:08.2208847Z ##[group]Checking out the ref
2026-07-27T01:41:08.2209473Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/90/merge
2026-07-27T01:41:08.2674668Z HEAD is now at 5a425216 Merge dd7f89edfee5c64b2cc680c467451e9a42d2760d into 12555b462f7ee2bed9149aae95036a00b37e2f9a
2026-07-27T01:41:08.2695518Z ##[endgroup]
2026-07-27T01:41:08.2971441Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T01:41:08.3225148Z 5a42521655028efa7a3c1452c76a1e1cba5e6aaf
